Package com.quobis.sippo.sipposdk.alerts.model

Types

Link copied to clipboard
data class Alert(id: String, acceptedBy: User?, from: User?, payload: String, resolvedAt: Date?, createdAt: Date, title: String, cancelled: Boolean)
Link copied to clipboard
data class AlertContainer(active: List<Alert>, accepted: List<Alert>, expired: List<Alert>, cancelled: List<Alert>)
Link copied to clipboard
data class AlertTemplate(templateId: String, title: String, payload: String, timeToExpire: Date, numberOfRetries: Int, timeInMsBetweenRetries: Date)